Class org.omg.CORBA.LongHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.LongHolder
java.lang.Object
|
+----org.omg.CORBA.LongHolder
- public final class LongHolder
- extends Object
A Holder class for longs for use with out and in/out IDL parameters.
-
value
-
the long value held by the LongHolder
-
LongHolder()
-
construct the LongHolder with null initial value
-
LongHolder(long)
-
construct the LongHolder with the given long
value
public long value
- the long value held by the LongHolder
LongHolder
public LongHolder()
- construct the LongHolder with null initial value
LongHolder
public LongHolder(long initial)
- construct the LongHolder with the given long
- Parameters:
- initial - the long used to initialize the LongHolder value
All Packages Class Hierarchy This Package Previous Next Index